home *** CD-ROM | disk | FTP | other *** search
/ Enciclopedia Del Perro / Enciclopedia Del Perro.iso / win / tfw115c1 / tfw.5 / CALLDCO.SLT < prev    next >
Text File  |  1996-04-15  |  661b  |  15 lines

  1. /****************************************************************/
  2. /*                                                              */
  3. /*  Demo of how call a BBS from a script, by name instead of    */
  4. /*  by entry number or explicit phone number.                   */
  5. /*                                                              */
  6. /*                   Copyright 1995 deltaComm Development, Inc. */
  7. /*                                                              */
  8. /****************************************************************/
  9.  
  10. main()
  11. {
  12.   if (dial("deltaComm Online", 0, 0) < 0)
  13.     status_wind("Could not establish connection.", 40); 
  14. }
  15.